home *** CD-ROM | disk | FTP | other *** search
- TextGraphicInspector = {
- ACTIONS = {
- changeAlignment:;
- changeTextGray:;
- changeTheTextColor:;
- };
- OUTLETS = {
- alignmentMatrix;
- colorWell;
- textGrayMatrix;
- box1;
- lineHeightField;
- box2;
- };
- SUPERCLASS = Inspector;
- };
- GeneralTextInspector = {
- ACTIONS = {
- changeAlignment:;
- changeBgGray:;
- takeAlignmentFrom:;
- changeBgColor:;
- changeBorderType:;
- takeBgGrayFrom:;
- changeTextColor:;
- ok:;
- takeRepresentationFrom:;
- takeTextGrayFrom:;
- takeBorderTypeFrom:;
- revert:;
- changeTextGray:;
- };
- OUTLETS = {
- box1;
- alignmentMatrix;
- bgGrayMatrix;
- box4;
- borderTypeMatrix;
- colorWell;
- bgColorWell;
- box3;
- textGrayMatrix;
- box2;
- };
- SUPERCLASS = Inspector;
- };
- AddressGraphicInspector = {
- ACTIONS = {
- alterLineHeight:;
- decrement:;
- increment:;
- };
- OUTLETS = {
- box3;
- };
- SUPERCLASS = TextGraphicInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- selectedGraphic;
- slist;
- controller;
- graphicView;
- panel;
- };
- SUPERCLASS = Object;
- };
-